home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8725 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.transport.com!usenet
  2. From: rmashlan@r2m.com (Robert Mashlan)
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.nt.misc,fido7.windows.nt,fido7.windows
  4. Subject: Re: Tale of my woe: IMPLIB from Borland IDE
  5. Date: Mon, 26 Feb 1996 08:44:19 GMT
  6. Organization: R2M Software Company
  7. Message-ID: <31316603.14563102@news.transport.com>
  8. References: <4gl5n6$l1p@cmcl2.NYU.EDU> <4gn83o$piq@news1.usa.pipeline.com>
  9. NNTP-Posting-Host: sea16.seasurf.com
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. grantp@usa.pipeline.com(Pete) wrote:
  13.  
  14. >I may not know the answer either, but I do know that implib.exe 
  15. >does not work with 32-bit dll's.  Trying it from the command line, 
  16. >therefore will be unsuccessful. 
  17.  
  18. The Borland C++ 4.52 implib.exe works on 32-bit DLLs, at least the
  19. version I have.  (how else will BC++ generate an import library when
  20. compiling a 32-dll from a make file?)  I will crash on some DLLs, such
  21. as VC++ generated DLLs that have stdcall decorated names.   It's
  22. probably because it's trying to unmangle a C++ name, and the stdcall
  23. names aren't using Borland C++ name mangling.
  24.  
  25.  
  26. ---
  27. Robert Mashlan  R2M Software  rmashlan@r2m.com  http://r2m.com/~rmashlan
  28. Internet Resources for Windows Developers     http://www.r2m.com/windev/
  29.